home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / DATABASE / TPLABEL.ZIP / PRINTDOC.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-03-17  |  661 b   |  21 lines

  1. echo off
  2. cls
  3. echo ----------------------------------------------------------------
  4. echo.
  5. echo  This batch file will print TPLABEL.DOC. You will need 11 pages
  6. echo  of paper in your printer. There are no special printer control
  7. echo  characters so this should print on any printer. 
  8. echo.
  9. echo ----------------------------------------------------------------
  10. echo.
  11. echo  Be sure your printer is ON and ON LINE................
  12. echo.
  13. echo  To cancel this batch file press CTRL-C
  14. echo.
  15. pause
  16. echo  Printing TPLABEL.DOC Please Wait........................
  17. copy TPLABEL.DOC PRN
  18. echo.
  19. echo  Finished..............................................
  20.  
  21.